html,
body {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style: none;
}

a {
  color: #1d2088;
  text-decoration: none;
}

p {
  margin: 0px;
  padding: 0px;
}

ul,
li {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.NormalCss .table-arrow {
  width: 7px;
  height: 12px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  background: url("../assets/table-arrow.png") no-repeat;
  cursor: pointer;
}

.SortDescCss .table-arrow {
  width: 7px;
  height: 12px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  background: url("../assets/table-arrow-down.png") no-repeat;
  cursor: pointer;
}

.SortAscCss .table-arrow {
  width: 7px;
  height: 12px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  background: url("../assets/table-arrow-up.png") no-repeat;
  cursor: pointer;
}

.main-top {
  width: 100%;
  height: 717px;
  position: relative;
  border-top: 4px solid #bf0008;
}

.fundtag {
  width: 1400px;
  height: auto;
  display: flex;
  flex-direction: row;
}

.fundtag li:hover {
  background: rgba(242, 244, 246, 1);
}

.fundtag div {
  width: 100px;
  font-size: 18px;
  color: #6d7179;
  letter-spacing: 0;
  line-height: 31px;
  font-weight: 400;
}

.fundtag ul {
  width: 1300px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.fundtag ul li {
  padding: 0px 10px;
  text-align: left;
  margin-bottom: 20px;
  line-height: 31px;
  height: 31px;
  /* min-width: 40px; */
  width: 75px;
  text-align: left;
  font-size: 18px;
  color: #333333;
  letter-spacing: 0;
  font-weight: 400;
  cursor: pointer;
  /* margin-left: 20px; */
}

.fundtag ul li:first-child {
  text-align: center;
  margin-left: 0px;
}

.selected {
  background: rgba(230, 63, 33, 0.05);
  font-size: 18px !important;
  color: #bf0008 !important;
  letter-spacing: 0;
  text-align: center;
  /* text-align: center!important; */
  line-height: 31px !important;
  font-weight: 400 !important;
}

.fundtable {
  width: 1400px;
  border: 0px;
}

.fundtable table {
  width: 1400px;
  border: 0px;
  text-align: center;
}

.fundtable th {
  background: #f2f4f6;
  height: 50px !important;
  line-height: 50px;
  font-size: 16px;
  color: #797e88;
  font-weight: 400;
  text-align: center;
}

.fundtable td {
  padding: 18px 0px;
  height: 52px;
  width: 105;
  border-bottom: 0.5px solid rgba(161, 166, 176, 1);
}

.fundtable td a {
  text-decoration: none;
}

.fundtable tr {
  height: 88px;
}

.fundtable tr:hover td {
  background: rgba(191, 0, 8, 0.02);
  border-bottom: 1px solid #bf0008;
  cursor: pointer;
}

.fundtable tr:hover .fundname {
  color: #bf0008;
}

.fundtable .fundname {
  font-family: MicrosoftYaHeiSemibold;
  font-size: 20px;
  line-height: 24px;
  color: #333333;
  font-weight: 400;
  width: 100%;
  margin-bottom: 9px;
}

.fundtable .fundcode {
  font-size: 16px;
  color: #8d9198;
  line-height: 20px;
  font-weight: 400;
}

.fundtable .fundvalue {
  font-family: MicrosoftYaHeiSemibold;
  font-size: 18px;
  font-weight: 400;
}

.red {
  color: #bf0008;
}

.data-table {
  display: none;
}

.active {
  display: block;
}

.w1400 {
  margin: 0px auto;
  width: 1400px;
  height: auto;
  clear: both;
}

.htbrcontent {
  width: 100%;
  padding: 80px 0px 00px 0px;
}

.mg-b-10 {
  margin-bottom: 10px;
}

.mg-b-15 {
  margin-bottom: 15px;
}

.mg-b-30 {
  margin-bottom: 30px;
}

.mg-b-50 {
  margin-bottom: 50px;
}

.mg-b-70 {
  margin-bottom: 70px;
}

.htbrcontent .title {
  width: 1330px;
  height: 70px;
  line-height: 70px;
  padding: 0px 0px 0px 70px;
  position: relative;
  font-size: 50px;
  color: #333333;
  font-weight: 700;
}

.htbrcontent .title img {
  position: absolute;
  left: 0px;
  top: 7px;
  width: 56px;
  height: 56px;
}

.htbrcontent .hostlist ul {
  width: 100%;
  height: 400px;
  display: flex;
  justify-content: space-between;
}

.htbrcontent .hostlist li {
  width: 438px;
  height: 500px;
}

.htbrcontent .hostlist .top {
  width: 398px;
  height: 30px;
  line-height: 30px;
  padding: 10px 0px 10px 40px;
  position: relative;
  font-size: 22px;
  color: #1d2088;
  font-weight: 700;
  margin-bottom: 10px;
}

.htbrcontent .hostlist .top img {
  position: absolute;
  left: 0px;
  top: 12px;
}

.htbrcontent .hostlist .bcontent {
  border-radius: 2px;
  width: 438px;
  height: 350px;
  position: relative;
}

.icon_ka1 {
  position: absolute;
  right: 0px;
  top: 153px;
  width: 152px;
  height: 152px;
  background: url("../assets/ic_ka_3.png");
}

.icon_ka2 {
  position: absolute;
  right: 0px;
  top: 148px;
  width: 152px;
  height: 152px;
  background: url("../assets/ic_ka_2.png");
}

.icon_ka3 {
  position: absolute;
  right: 0px;
  top: 140px;
  width: 152px;
  height: 152px;
  background: url("../assets/ic_ka_1.png");
}

.htbrcontent .hostlist .bcontent:hover {
  box-shadow: 0px 0px 30px 20px #e9e9e9;
}

.zttj .tjlist li:hover {
  box-shadow: 0px 0px 30px 20px #e9e9e9;
}

.htbrcontent .hostlist .bcontent .top-border {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 1px;
}

.htbrcontent .hostlist .bcontent .top-border .left {
  float: left;
  width: 50%;
  height: 1px;
  background: rgba(191, 0, 8, 1);
}

.htbrcontent .hostlist .bcontent .top-border .right {
  float: right;
  width: 50%;
  height: 1px;
  background: rgba(191, 0, 8, 1);
}

.htbrcontent .hostlist .bcontent .c_title {
  height: 40px;
  line-height: 40px;
  font-family: MicrosoftYaHei;
  font-size: 30px;
  color: #333333;
  font-weight: 700;
  position: absolute;
  left: 0px;
  top: 36px;
  padding: 0px 27px;
}

.htbrcontent .hostlist .bcontent .c_title a {
  color: #333333;
}

.htbrcontent .hostlist .bcontent .c_desc {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  color: #8d9198;
  height: 30px;
  line-height: 30px;
  font-weight: 400;
  position: absolute;
  left: 0px;
  top: 76px;
  padding: 0px 27px;
}

.htbrcontent .hostlist .bcontent .c_value {
  ont-family: MicrosoftYaHei-Bold;
  font-size: 40px;
  color: #bf0008;
  line-height: 53px;
  font-weight: 400;
  position: absolute;
  left: 0px;
  top: 176px;
  padding: 0px 27px;
}

.htbrcontent .hostlist .bcontent .c_value span {
  font-family: MicrosoftYaHei-Bold;
  font-size: 24px;
  color: #bf0008;
  font-weight: 400;
}

.htbrcontent .hostlist .bcontent .c_time {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #8d9198;
  line-height: 22px;
  font-weight: 400;
  position: absolute;
  left: 0px;
  top: 236px;
  padding: 0px 27px;
}

.htbrcontent .hostlist .bcontent .c_buybtn {
  position: absolute;
  left: 27px;
  top: 278px;
  background: #ffffff;
  border: 0.5px solid rgba(191, 0, 8, 1);
  height: 50px;
  line-height: 50px;
  width: 384px;
  font-family: MicrosoftYaHeiSemibold;
  font-size: 20px;
  color: #bf0008;
  text-align: center;
  font-weight: 400;
  cursor: pointer;
}

.htbrcontent .hostlist .bcontent .c_buybtn a {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #bf0008;
}

.htbrcontent .hostlist .bcontent .c_buybtn:hover {
  background: #bf0008;
  color: #ffffff;
  box-shadow: 0px 2px 4px 1px #ecc1c5;
}

.htbrcontent .hostlist .bcontent .c_buybtn:hover a {
  background: #bf0008;
  color: #ffffff;
}

.zlbg {
  background: #fafbfd;
}

.lygjbg {
  background: rgb(191, 0, 8, 0.07);
}

.line {
  float: left;
  width: 100% !important;
  height: 1px;
  background: rgba(191, 0, 8, 1) !important;
  opacity: 1 !important;
}

.zttj {
  float: left;
  width: 100%;
}

.zttj .top {
  float: left;
  width: 100%;
  height: 30px;
  line-height: 30px;
  padding: 10px 0px 10px 40px;
  position: relative;
  font-size: 22px;
  color: #1d2088;
  font-weight: 700;
}

.zttj .top img {
  position: absolute;
  left: 0px;
  top: 12px;
}

.zttj .tjlist ul {
  width: 100%;
  height: 400px;
  display: flex;
  justify-content: space-between;
}

.zttj .tjlist li {
  width: 320px;
  height: 438px;
  background: rgba(231, 238, 246, 0.24);
}

.zttj .tjlist .tjtitle {
  width: 320px;
  height: 30px;
  display: flex;
  /* background-color: #fbf0f0; */
  align-items: center;
  justify-content: center;
  padding: 18px 0px;
  line-height: 30px;
  font-family: MicrosoftYaHeiSemibold;
  font-size: 16px;
  color: #bf0008;
  font-weight: 400;
  border-bottom: 1px solid rgba(239, 241, 244, 1);
}

.zttj .tjlist .tjtitle div {
  margin: 0px 13px;
}

.zttj .tjlist .tjtitle img {
  width: 40px;
  height: 7px;
}

.zttj .tjlist .tjcontent {
  padding: 30px 16px 0px 16px;
  width: 288px;
  height: 318px;
  background: #fafbfd;
  border-radius: 2px;
  position: relative;
}

.zttj .tjlist .tjcontent .tjfundname {
  width: 100%;
  height: 32px;
  line-height: 32px;
  font-weight: bold;
  font-size: 24px;
  color: #333333;
  text-align: center;
  font-weight: 700;
  margin-bottom: 10px;
}

.zttj .tjlist .tjcontent .tjfundname a {
  color: #333333;
}

.zttj .tjlist .tjcontent .tjfunddesc {
  width: 100%;
  height: 22px;
  line-height: 22px;
  font-size: 16px;
  color: #8d9198;
  text-align: center;
  font-weight: 400;
  margin-bottom: 86px;
}

.zttj .tjlist .tjcontent .tjfundvalue {
  width: 100%;
  height: 53px;
  line-height: 53px;
  font-size: 40px;
  color: #bf0008;
  line-height: 53px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 3px;
}

.zttj .tjlist .tjcontent .tjfundvalue span {
  font-size: 28px;
  color: #bf0008;
  line-height: 53px;
  font-weight: 400;
}

.zttj .tjlist .tjcontent .tjfundtime {
  width: 100%;
  text-align: center;
  font-size: 14px;
  height: 22px;
  line-height: 22px;
  color: #8d9198;
  font-weight: 400;
  margin-bottom: 15px;
}

.tjhint {
  text-align: center;
  font-size: 12px;
  color: #666666;
}

.zttj .tjlist .tjcontent .tjbuybtn {
  width: 282px;
  margin-bottom: 15px;
  background: #ffffff;
  border: 0.5px solid rgba(191, 0, 8, 1);
  height: 50px;
  line-height: 50px;
  font-family: MicrosoftYaHeiSemibold;
  font-size: 20px;
  color: #bf0008;
  text-align: center;
  font-weight: 400;
  opacity: 1 !important;
  position: relative;
  z-index: 99;
  cursor: pointer;
}

.zttj .tjlist .tjcontent .tjbuybtn a {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #bf0008;
}

.zttj .tjlist .tjcontent .tjbuybtn:hover {
  background: #bf0008;
  color: #ffffff;
  box-shadow: 0px 2px 4px 1px #ecc1c5;
}

.zttj .tjlist .tjcontent .tjbuybtn:hover a {
  background: #bf0008;
  color: #ffffff;
}

.tjbg {
  position: absolute;
  width: 125px;
  height: 125px;
  right: 0px;
  bottom: 0px;
  background: url("../assets/ic_ka_4.png");
}

.htbrcontent .search {
  position: absolute;
  right: 0px;
  top: 14px;
  height: 40px;
  width: 380px;
}

.htbrcontent .search .input {
  float: left;
  width: 285px;
  padding: 5px;
  height: 28px;
  background: #ffffff;
  border: 1px solid rgba(191, 0, 8, 1);
}

.htbrcontent .search .input input {
  float: left;
  width: 280px;
  height: 28px;
  line-height: 28px;
  border: 0px;
}

.htbrcontent .search .input input:focus {
  border: 0px;
  outline: none;
}

.htbrcontent .search .btn {
  float: left;
  width: 80px;
  height: 40px;
  line-height: 40px;
  background: #bf0008;
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  font-weight: 400;
  cursor: pointer;
}

.fundstype {
  width: 100%;
  height: 50px;
  position: relative;
  border-bottom: 1px solid #bf0008;
}

.fundstype .more {
  position: absolute;
  right: 0px;
  width: 200px;
  height: 34px;
  top: 7px;
  line-height: 34px;
  border: 1px solid rgba(29, 32, 136, 0.5);
  font-size: 14px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fundstype .more:hover {
  background: rgba(242, 244, 246, 1);
}

.fundstype .more a {
  color: #1d2088;
  text-decoration: none;
}

.fundstype li {
  float: left;
  height: 50px;
  line-height: 50px;
  padding: 0px 35px;
  cursor: pointer;
  font-size: 16px;
  color: #333333;
  font-weight: 400;
  position: relative;
}

.fundstype li img {
  position: absolute;
  top: 15px;
  left: 25px;
}

.fundstype li span {
  height: 24px;
  width: 0.5px;
  position: absolute;
  right: 0px;
  top: 15px;
  background: rgb(161, 166, 176, 0.3);
}

.hotli {
  padding-left: 45px !important;
}

.fundstype li.active {
  background: #bf0008;
  color: #ffffff;
}

.fundstype li:hover {
  background: #bf0008;
  color: #ffffff;
}

.fundstype li:hover span {
  display: none;
}

.fundstype li:last-child span {
  display: none;
}

.fengeline {
  height: 1px;
  width: 100%;
  background: #bf0008;
}

.focuscontent {
  width: 100%;
  height: 430px;
}

.focuscontent .pics {
  width: 580px;
  height: 430px;
  box-shadow: 0px 8px 16px 0px #e9e9e9;
}

.focuscontent .pics img {
  width: 580px;
  height: 430px;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.focuscontent .news {
  width: 745px;
  height: 430px;
  position: relative;
}

.focuscontent .news .titles {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0px !important;
}

.focuscontent .news .titles .name {
  padding-left: 40px;
  width: auto;
  float: left;
  font-size: 30px;
  color: #1d2088;
  text-align: justify;
  font-weight: 700;
  position: relative;
}

.focuscontent .news .titles .name img {
  position: absolute;
  left: 0px;
  top: 7px;
}

.focuscontent .news .titles .more {
  position: absolute;
  right: 0px;
  width: 108px;
  height: 34px;
  top: 2px;
  line-height: 34px;
  border: 1px solid rgba(29, 32, 136, 0.5);
  font-size: 14px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
}

.focuscontent .news .titles .more:hover {
  background: rgba(242, 244, 246, 1);
}

.focuscontent .news .titles .more a {
  color: #1d2088;
  text-decoration: none;
}

.focuscontent .news .list {
  width: 715px;
  height: 360px;
}

.focuscontent .news .list .three {
  width: 100%;
  padding: 15px;
  height: 99px;
  border-bottom: 1px solid #eee;
}

.focuscontent .news .list .three:hover {
  background: rgba(231, 238, 246, 0.24);
  border-bottom: 1px solid #bf0008;
}

.focuscontent .news .list .three:hover .ggtitle {
  color: #bf0008;
}

.focuscontent .news .list .three .ggtitle {
  height: 60px;
  float: left;
  width: 100%;
  line-height: 30px !important;
  font-size: 20px;
  color: #202020;
  text-align: justify;
  line-height: 30px;
  font-weight: 400;
  /* font-weight: bold; */
}

.focuscontent .news .list .three .ggtime {
  float: left;
  width: 100%;
  height: 20px !important;
  line-height: 20px !important;
  text-align: right;
  font-size: 14px;
  color: rgba(51, 51, 51, 0.6);
  line-height: 20px;
  font-weight: 400;
}

.focuscontent .news .list .five {
  width: 715px;
  padding: 15px;
  height: 41px;
  line-height: 41px;
  border-bottom: 1px solid #eee;
}

.focuscontent .news .list .five .ggtitle {
  float: left;
  width: 565px;
  font-size: 20px;
  color: #202020;
  text-align: justify;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.focuscontent .news .list .five .ggtime {
  float: right;
  width: auto;
  text-align: right;
  font-size: 14px;
  color: rgba(51, 51, 51, 0.6);
  line-height: 40px;
  font-weight: 400;
}

.focuscontent .news .list .five:hover {
  background: rgba(191, 0, 8, 0.02);
  border-bottom: 1px solid rgba(191, 0, 8, 1);
}

.focuscontent .news .list .five:hover .ggtitle {
  color: rgba(191, 0, 8, 1);
}

.fg-line {
  height: 1px;
  width: 1400px;
  background: #bf0008;
  margin: 50px 0px 50px 0px;
}

.normalnews {
  width: 100%;
  height: 760px;
  display: flex;
  justify-content: space-between;
}

.normalnews .normal-news-list {
  height: 760px;
  width: 665px;
}

.normalnews .normal-news-list .pic {
  width: 665px;
  height: 310px;
}

.normalnews .normal-news-list .titles {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0px !important;
  position: relative;
}

.normalnews .normal-news-list .titles .name {
  padding-left: 40px;
  width: auto;
  float: left;
  font-size: 30px;
  color: #1d2088;
  text-align: justify;
  font-weight: 700;
  position: relative;
}

.normalnews .normal-news-list .titles .name img {
  position: absolute;
  left: 0px;
  top: 7px;
}

.normalnews .normal-news-list .titles .more {
  position: absolute;
  right: 0px;
  width: 108px;
  height: 34px;
  top: 2px;
  line-height: 34px;
  color: #1d2088;
  border: 1px solid rgba(29, 32, 136, 0.5);
  font-size: 14px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
}

.normalnews .normal-news-list .titles .more:hover {
  background: rgba(242, 244, 246, 1);
}

.normalnews .normal-news-list li {
  height: 39px;
  line-height: 39px;
  width: 635px;
  padding: 15px;
  border-bottom: 1px solid #eee;
}

.normalnews .normal-news-list li .ggtitle {
  float: left;
  width: 480px;
  font-size: 20px;
  color: #202020;
  text-align: justify;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.normalnews .normal-news-list li .ggtime {
  float: right;
  width: auto;
  text-align: right;
  font-size: 14px;
  color: rgba(51, 51, 51, 0.6);
  font-weight: 400;
}

.normalnews .normal-news-list li:hover {
  background: rgba(191, 0, 8, 0.02);
  border-bottom: 1px solid rgba(191, 0, 8, 1);
}

.normalnews .normal-news-list li:hover .ggtitle {
  color: rgba(191, 0, 8, 1);
}

.sercive {
  width: 100%;
  height: 440px;
  display: flex;
  justify-content: space-between;
}

.sercive .kf_left {
  width: 420px;
  height: 360px;
  padding: 40px;
  background: url("../assets/img_kefu_left.png");
}

.sercive .kf_right {
  width: 860px;
  height: 440px;
}

.tips {
  background: url("../assets/icon_kefu_right.png");
  padding: 100px 50px;
  background-size: 100%;
  width: 760px !important;
  height: 240px !important;
}

.tips .information {
  width: 660px;
  height: 160px;
  border-top-right-radius: 84px;
  background: #bf0008;
  background: rgb(191, 0, 8, 0.54);
  color: #ffffff;
  padding: 40px 20px 40px 80px;
}

.tips .information .qytext {
  font-size: 30px;
  color: #ffffff;
  text-align: justify;
  font-weight: 700;
  position: relative;
}

.tips .information .qytext img {
  position: absolute;
  left: -50px;
  top: 8px;
}

.tips .information .qyintroduce {
  height: 72px;
  line-height: 36px;
  font-size: 20px;
  color: #ffffff;
  text-align: justify;
  line-height: 36px;
  font-weight: 400;
  display: none;
}

.sercive .kf_left .kftitle {
  width: 380px;
  height: 80px;
  line-height: 40px;
  font-size: 30px;
  color: #ffffff;
  letter-spacing: 2px;
  font-weight: 700;
  margin-bottom: 60px;
}

.sercive .kf_left .items {
  width: 420px;
  height: 170px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
}

.sercive .kf_left .items .item {
  width: 203px;
  height: 50px;
  line-height: 50px;
  margin-bottom: 10px;
  border: 1px solid rgba(255, 255, 255, 1);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  font-weight: 400;
}

.sercive .kf_left .items .item:hover {
  background: #ffffff;
  color: #bf0008;
  cursor: pointer;
}

.sercive .kf_left .items .active {
  background: #ffffff;
  color: #bf0008;
  cursor: pointer;
}

.sercive .quicklink {
  background: rgba(231, 238, 246, 0.24);
  padding: 40px 40px 20px 40px;
  background-size: 100%;
  width: 780px !important;
  height: 380px !important;
  overflow-y: auto;
  display: none;
}

.sercive .quicklink .qtitle {
  width: 740px;
  padding-left: 40px;
  height: 40px;
  line-height: 40px;
  position: relative;
  font-size: 30px;
  color: #1d2088;
  text-align: justify;
  font-weight: 700;
  font-weight: bold;
}

.sercive .quicklink .qtitle img {
  position: absolute;
  left: 0px;
  top: 7px;
}

.sercive .quicklink .quicklist {
  width: 740px;
  height: 290px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
  padding-bottom: 20px;
}

.sercive .quicklist .quick {
  width: 355px;
  height: 100px;
  line-height: 100px;
  margin-bottom: 30px;
  font-size: 20px;
  color: #333333;
  text-align: center;
  font-weight: 400;
  background: rgb(191, 0, 8, 0.07);
}

.sercive .quicklist .quick a {
  color: #333333;
  text-decoration: none;
}

.sercive .quicklist .quick a:hover {
  color: #bf0008;
}

.green {
  color: #0d9e64 !important;
}

.green span {
  color: #0d9e64 !important;
}

.font-color a {
  color: #ffffff;
  text-decoration: none;
}

.menu_login {
  margin-right: 0px !important;
}

.heand {
  width: 100%;
  height: 50px;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 555;
  background: #f2f4f6;
  border-bottom: 1px solid rgba(255, 255, 255, 0.36);
}

.heand .header {
  width: 1400px;
  height: 50px;
  margin: 0px auto;
  display: flex;
  justify-content: center;
  justify-items: center;
}

.left {
  width: 50%;
  font-family: MicrosoftYaHeiSemibold;
  font-size: 14px;
  color: #1d2088;
  font-weight: 400;
}

.left_item1,
.left_item2 {
  height: 100%;
  display: flex;
  align-items: center;
}

.left_item2 {
  float: right;
}

.left_title1,
.left_title2 {
  margin-left: 8px;
}

.left_title1 {
  margin-right: 12px;
  border-right: 1px #1d2088 solid;
  padding-right: 14px;
}

.right {
  width: 50%;
  font-family: MicrosoftYaHeiSemibold;
  font-size: 14px;
  color: #1d2088;
  font-weight: 400;
}

.menu {
  width: 100%;
  height: 86px;
  /* padding: 18px 0px; */
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  position: absolute;
  top: 50px;
  left: 0px;
  z-index: 555;
  background: #ffffff;
}

.menu_logo,
.menu_title,
.menu_button {
  z-index: 1;
  display: flex;
  justify-content: center;
}

.menu_logo {
  margin-left: 0px;
}

.menu_logo img {
  height: 50px;
  margin-top: 14px;
}

.menu_title {
  flex: 1.5;
}

.menu_title_item {
  padding: 0px 25px;
  height: 86px;
  line-height: 86px;
  list-style: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  font-family: MicrosoftYaHeiSemibold;
  font-size: 18px;
  color: #333333;
  letter-spacing: 0;
  font-weight: 400;
}

.menu_title_item li {
  width: 80px;
  line-height: 88px;
  height: 100%;
  text-align: center;
  cursor: pointer;
  padding: 0px 15px;
  position: relative;
}

.menu_title_item li:hover {
  background-color: rgba(191, 0, 8, 1);
  color: #ffffff;
}

.menu_title_item li:hover a {
  color: #ffffff;
}

.menu_title_item li:hover .panel a {
  color: #000000;
}

.menu_title_item li .slid {
  display: none;
}

.menu_title_item li:hover .slid {
  display: block;
}

/* .menua:hover {
  color: #ffffff;
} */

.li_active {
  height: 82px !important;
  line-height: 88px !important;
  border-bottom: 4px solid #bf0008 !important;
}

.menu_title_item li a {
  display: inline-block;
  height: 40px;
  color: #333333;
  text-decoration: none;
  line-height: 40px;
}

.li_active a {
  color: #bf0008;
}

.menu_openAccoun,
.menu_login {
  margin-top: 14px;
  height: 58px;
  width: 145px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: MicrosoftYaHeiSemibold;
  font-size: 18px;
  color: #1d2088;
  font-weight: 400;
  background-color: #f2f4f6;
  margin-right: 20px;
  cursor: pointer;
}

.menu_openAccoun {
  color: #bf0008;
}

.button_font {
  margin-left: 18px;
}

.img {
  width: 22px;
  height: 22px;
}

.menu_openAccoun:hover {
  background-color: rgba(191, 0, 8, 1);
  color: #ffffff;
}

.menu_login:hover {
  background-color: rgba(29, 32, 136, 1);
  color: #ffffff;
}

.imgs {
  display: none;
  width: 22px;
  height: 22px;
}

.menu_openAccoun:hover .img {
  display: none;
}

.menu_openAccoun:hover .imgs {
  display: block;
}

.menu_login:hover .img {
  display: none;
}

.menu_login:hover .imgs {
  display: block;
}

/* Ã¥Â½â€¢Ã¨Â½Â®Ã¥â€ºÂ¾ */
#slideshow {
  width: 100%;
  height: 577px;
  overflow: hidden;
  position: relative;
  top: 136px;
}

#slideshow img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pageList {
  position: fixed;
  bottom: 100px;
}

.pageList span {
  border-radius: 0%;
  height: 5px;
  /* width: 390px; */
  width: 150px;
}

.swiper-button-prev {
  width: 60px;
  height: 60px;
}

.select_title {
  display: flex;
  align-items: center;
  margin-left: 270px;
}

.select_title div {
  width: 47px;
  height: 47px;
}

.select_title img {
  height: 90%;
  width: 100%;
}

.select_title span {
  font-family: MicrosoftYaHei-Bold;
  font-size: 50px;
  color: #333333;
  font-weight: 700;
  margin-left: 8px;
  /* margin-bottom: 50px; */
}

.mini_select_title {
  display: flex;
  justify-content: space-between;
  padding: 0 270px;
}

.left_select_title,
.right_select_title {
  display: flex;
  align-items: center;
  margin-top: 50px;
  font-family: MicrosoftYaHei-Bold;
  font-size: 22px;
  color: #1d2088;
  font-weight: 700;
}

.right_select_title {
  margin-right: 300px;
}

.left_select_title img,
.right_select_title img {
  margin-right: 26px;
}

.select_fund {
  margin: 0 270px;
  height: 350px;
  display: flex;
  justify-content: space-between;
}

.fund1,
.fund2,
.fund3 {
  margin-top: 20px;
  height: 350px;
  width: 438px;
  border-radius: 2px;
  box-shadow: 1px 0px 15px 0px #e9e9e9;
  border: 1px solid #f1f1f1;
}

.border {
  height: 1px;
  width: 438px;
  display: flex;
}

.left_border {
  height: 1px;
  width: 219px;
  border-top: 1px solid #1d2088;
}

.right_border {
  height: 1px;
  width: 219px;
  border-top: 1px solid #d25157;
}

.fund1 {
  background: url(../assets/ic_ka_1.png) no-repeat;
  background-position: right 5px bottom 60px;
  background-color: #fafbfd;
}

.fund2 {
  background: url(../assets/ic_ka_2.png) no-repeat;
  background-position: right 5px bottom 60px;
  background-color: #fafbfd;
}

.fund3 {
  background: url(../assets/ic_ka_3.png) no-repeat;
  background-position: right 5px bottom 60px;
  background-color: #fbf0f0;
}

.title {
  height: 100px;
}

.fund_title {
  font-family: MicrosoftYaHei-Bold;
  font-size: 30px;
  color: #333333;
  font-weight: 700;
  padding: 0 27px;
  margin-top: 36px;
}

.fund_title2 {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  color: #8d9198;
  line-height: 22px;
  font-weight: 400;
  padding: 0 27px;
  margin-top: 7px;
}

.fund_rate {
  font-family: MicrosoftYaHei-Bold;
  font-size: 40px;
  color: #bf0008;
  line-height: 53px;
  font-weight: 700;
  padding: 0 27px;
  margin-top: 40px;
}

.fund_rate span {
  font-family: MicrosoftYaHei;
  font-size: 27.4px;
  color: #bf0008;
  line-height: 53px;
  font-weight: 400;
  margin-left: 6px;
}

.fund_yield {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #8d9198;
  line-height: 22px;
  font-weight: 400;
  padding: 0 27px;
  margin-top: 3px;
}

.fund_buy {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 406px;
  height: 50px;
  background-color: #ffffff;
  border: 0.5px solid rgba(191, 0, 8, 0.5);
  margin-left: 16px;
  font-family: MicrosoftYaHeiSemibold;
  font-size: 20px;
  color: #bf0008;
  text-align: center;
  font-weight: 400;
  margin-top: 18px;
}

.recommend_content {
  display: flex;
  justify-content: space-between;
}

.mini_recommend_fund {
  /* display: flex; */
  padding: 0 270px;
}

.mini_recommend_title {
  display: flex;

  margin-top: 50px;
  font-family: MicrosoftYaHei-Bold;
  font-size: 22px;
  color: #1d2088;
  font-weight: 700;
  align-items: center;
}

.mini_recommend_title span {
  margin-left: 26px;
}

.recommendFund_title {
  width: 320px;
  height: 58px;
  display: flex;
  background-color: #fbf0f0;
  align-items: center;
  justify-content: center;
  font-family: MicrosoftYaHeiSemibold;
  font-size: 16px;
  color: #bf0008;
  font-weight: 400;
}

.recommendFund {
  margin-top: 30px;
  height: 396px;
  width: 320px;
  border-radius: 2px;
  box-shadow: 1px 0px 15px 0px #e9e9e9;
  border: 1px solid #f1f1f1;
  background: url(../assets/ic_ka_4.png) no-repeat;
  background-color: #fafbfd;
  background-position: right 5px bottom -20px;
}

.recommendFund_title img {
  width: 40px;
  height: 7px;
}

.recommendFund_title div {
  margin: 0 11px;
}

.recommend_title {
  font-family: MicrosoftYaHei-Bold;
  font-size: 24px;
  color: #333333;
  text-align: center;
  font-weight: 700;
  margin-top: 30px;
}

.recommend_detail {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.recommend_type {
  padding: 0 10px;
  border-left: 2px solid #8d9198;
  border-right: 2px solid #8d9198;
  margin: 0 10px;
}

.recommend_fundCode,
.recommend_type,
.recommend_danger {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  color: #8d9198;
  line-height: 22px;
  font-weight: 400;
}

.recommend_rate {
  font-family: MicrosoftYaHei-Bold;
  font-size: 40px;
  color: #bf0008;
  line-height: 53px;
  font-weight: 700;
  text-align: center;
  margin-top: 86px;
}

.recommend_rate span {
  font-family: MicrosoftYaHei;
  font-size: 27.4px;
  color: #bf0008;
  line-height: 53px;
  font-weight: 400;
}

.recommend_yield {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #8d9198;
  line-height: 22px;
  font-weight: 400;
  text-align: center;
  margin-top: 3px;
}

.recommendFund_buy {
  width: 288px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  border: 0.5px solid rgba(191, 0, 8, 0.5);
  margin-left: 16px;
  margin-top: 18px;
  font-family: MicrosoftYaHei;
  font-size: 20px;
  color: #bf0008;
  text-align: center;
  font-weight: 400;
}

.recommendFund_buy:hover {
  background-color: rgba(191, 0, 8, 1);
  color: white;
}

.fund_buy:hover {
  background-color: rgba(191, 0, 8, 1);
  color: white;
}

.fundShop {
  margin-top: 90px;
}

.shop_menu ul {
  padding: 0;
  list-style: none;
  border-bottom: 2px solid #bf0008;
  margin-left: 270px;
  margin-right: 270px;
  height: 50px;
  display: flex;
  margin-top: 37px;
  align-items: center;
}

.shop_menu ul li div {
  margin-right: 5px;
}

.shop_menu ul li {
  width: 138px;
  /* height: 50px; */
  flex-shrink: 0;
  font-family: MicrosoftYaHeiSemibold;
  font-size: 16px;
  color: #333333;
  line-height: 18px;
  font-weight: 400;
  line-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.clickActive {
  background-color: #bf0008;
}

.clickActive span {
  color: #ffffff;
}

.more {
  width: 135px;
  height: 36px;
  border: 1px solid rgba(29, 32, 136, 0.5);
  margin-left: 138px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.more span {
  font-family: MicrosoftYaHeiSemibold;
  font-size: 14px;
  color: #3d3f99;
  font-weight: 400;
  margin-right: 5px;
}

.fundCategory {
  margin-top: 37px;
  display: none;
}

.fundCategory .fund,
.fundCategory .manager {
  display: flex;
  padding: 0 290px;
  align-items: center;
}

.fundCategory span {
  width: 100px;
  font-family: MicrosoftYaHei;
  font-size: 18px;
  color: #6d7179;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 400;
}

.fundCategory ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin-left: 12px;
  padding: 0;
}

.fundCategory ul li {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 20px;
  font-family: MicrosoftYaHei;
  font-size: 18px;
  color: #333333;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 500;
  width: 86px;
  text-align: center;
}

.fundCategory ul li:hover {
  background-color: #fef5f4;
  color: #bf0008;
  font-weight: 400;
}

.fundShop table {
  border-collapse: collapse;
  margin: 30px 270px;
}

.fundShop table thead tr {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  color: #797e88;
  font-weight: 400;
  background-color: #f2f4f6;
  height: 50px;
  padding: 0 38px;
  text-align: center;
  box-sizing: border-box;
}

.fundShop table tr td {
  text-align: center;
}

.fundName div {
  font-family: MicrosoftYaHeiSemibold;
  font-size: 20px;
  color: #333333;
  font-weight: 400;
  margin-bottom: 10px;
}

.fundName span {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  color: #8d9198;
  line-height: 22px;
  font-weight: 400;
}

.table_type {
  padding: 0 10px;
  margin: 0 10px;

  border-left: 2px #e4e5e8 solid;
  border-right: 2px #e4e5e8 solid;
}

#search {
  margin-left: 705px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#search_left {
  width: 298px;
  height: 38px;
  border: 1px solid red;
  padding: 0px 20px;
  padding-bottom: 5px;
}

#search_right {
  width: 80px;
  height: 45px;
  background-color: #bf0008;
  font-family: MicrosoftYaHei;
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  font-weight: 400;
  line-height: 45px;
}

#inp_img {
  display: flex;
  align-items: center;
  /* justify-content: end; */
}

#inp_img img {
  width: 20px;
  height: 20px;
}

#inp_img input {
  width: 260px;
  height: 27px;
  border: none;
  font-size: 16px;
  outline: none;
  padding-left: 10px;
}

#inp_img input::placeholder {
  font-family: MicrosoftYaHei;
  font-size: 13px;
  color: #9197a3;
  line-height: 18px;
  font-weight: 400;
}

table tr td:first-child {
}

.fund_new_rate .value {
  font-family: MicrosoftYaHeiSemibold;
  font-size: 18px;
  color: #333333;
  font-weight: 400;
}

.fund_new_rate .time {
  margin-top: 10px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #9197a3;
  line-height: 22px;
  font-weight: 400;
}

.formYear {
  font-family: MicrosoftYaHeiSemibold;
  font-size: 18px;
  color: #bf0008;
  font-weight: 400;
}

.discount .old {
  font-family: MicrosoftYaHei;
  font-size: 12px;
  color: #9197a3;
  font-weight: 400;
  text-decoration: line-through;
}

.discount .new {
  font-family: MicrosoftYaHeiSemibold;
  font-size: 16px;
  color: #333333;
  font-weight: 400;
}

.operation {
  text-align: left;
  display: flex;
  justify-content: left;
}

.operation .limit {
  width: 28px;
  height: 28px;
  line-height: 28px;
  font-size: 18px;
  color: #bf0008;
  text-align: center;
  font-weight: 400;
  background-color: rgba(191, 0, 8, 0.08);
  border-radius: 2px;
  margin-left: 15px;
  margin-top: 7px;
  position: relative;
  cursor: pointer;
}
.operation .limit .limittips {
  display: none;
  position: absolute;
  left: 40px;
  top: -16px;
  height: 40px;
  text-align: center;
  white-space: nowrap;;
  padding: 10px 15px;
  border: 1px solid rgb(191, 0, 8, 0.5);
  border-radius: 2px;
  background: #ffffff;
  box-shadow: 0px 2px 4px 0px rgb(191, 0, 8, 0.09);
}

.operation .limit .tipssquare {
  display: none;
  position: absolute;
  left: 35px;
  top: 10px;
  background: #ffffff;
  z-index: 9999;
  height: 10px;
  width: 10px;
  border-left: 1px solid rgb(191, 0, 8, 0.5);
  border-bottom: 1px solid rgb(191, 0, 8, 0.5);
  transform: rotate(45deg);
}

.operation .limit:hover .limittips {
  display: block;
}

.operation .limit:hover .tipssquare {
  display: block;
}

.operation .limit .limittips .tipsname {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 20px;
  color: rgba(145, 151, 163, 1);
  font-family: "PingFangSC";
}

.operation .limit .limittips .tipsje {
  line-height: 20px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0px;
  color: rgba(51, 51, 51, 1);
}

.zixun {
  margin: 0 270px;
  border-bottom: 2px solid #f0c6c7;
  height: 130px;
}

.news_box {
  display: flex;
  margin: 0 270px;
  justify-content: space-between;
  margin-top: 50px;
}

#pageList2 {
  width: 580px;
  height: 60px;
  background: rgba(0, 0, 0, 0.23);
  bottom: 0px;
  display: flex;
  align-items: flex-end;
  justify-content: end;
}

#pageList2 span:last-child {
  margin-right: 30px;
}

#pageList2 span {
  width: 14px;
  height: 14px;
  margin-bottom: 25px;
}

.left_img {
  height: 433px;
  width: 577px;
}

.left_img img {
  width: 100%;
  height: 100%;
}

.backg {
  width: 100%;
  height: 50px;
  border: 1px solid black;
  z-index: 1;
}

.backg {
  width: 100%;
  height: 50px;
  background-color: rgba(91, 96, 51, 0.6);
}

.right_content {
  width: 745px;
  height: 433px;
}

.right_content_title {
  display: flex;
  justify-content: space-between;
}

.zixun_title {
  margin: 0;
  font-family: MicrosoftYaHei-Bold;
  font-size: 30px;
  color: #1d2088;
  text-align: justify;
  font-weight: 700;
  /* margin-bottom: 40px; */
}

.dingqi {
  margin-bottom: 50px;
}

.right_content_item {
  margin-top: 16px;
  width: 745px;
  height: 115px;
  border-bottom: 1px solid #e8eaee;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.news_title {
  margin-top: 16px;
  font-family: MicrosoftYaHeiSemibold;
  font-size: 20px;
  color: #202020;
  text-align: justify;
  line-height: 24px;
  font-weight: 400;
  flex-wrap: wrap;
}

.news_time {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  color: rgba(51, 51, 51, 0.6);
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 15px;
  margin-left: 657px;
}

.right_content_item:hover {
  border-bottom: 1px solid #bf0008;
}

.right_content_item:hover .news_title {
  color: #bf0008;
}

.news_bottom {
  margin-top: 0;
  display: flex;
  flex-direction: row;
  height: 70px;
  align-items: center;
}

.news_bottom_title {
  margin-top: 0;
  width: 550px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.news_bottom_time {
  margin: 0;
}

.division {
  margin: 50px 270px;
  border-bottom: 2px solid #bf0008;
}

.content_img {
  height: 313px;
  margin: 0 270px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 41px;
}

.img1,
.img2 {
  height: 100%;
  width: 644px;
}

.box {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.box > img {
  width: 100%;
  height: 100%;
}

.box ul {
  position: absolute;
  list-style: none;
  overflow: hidden;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}

.box li {
  float: left;
  width: 10px;
  height: 10px;
  background-color: papayawhip;
  border-radius: 50%;
  color: powderblue;
  margin-left: 10px;
}

.swiper-container {
  height: 100%;
  width: 100%;
}

.news_bottom_1 {
  display: flex;
  flex-direction: column;
  margin: 0;
  margin-left: 270px;
}

.imgWidth {
  height: 313px;
  width: 664px;
}

.tongzhi {
  margin-bottom: 43px;
}

.news_bottom_1_img {
  width: 644px;
}

.news_bottom_1_content {
  margin-top: 41px;
  width: 644px;
}

.news_bottom_1_title {
  width: 644px;
}

.let_right_news {
  display: flex;
  justify-content: space-between;
}

.news_bottom_2 {
  margin: 0;
  margin-right: 270px;
}

.kehufuwu {
  margin-top: 90px;
}

.fuwu_content {
  margin: 50px 270px;
  height: 440px;
  display: flex;
  justify-content: space-between;
}

.fuwu_left {
  height: 440px;
  width: 500px;
  background: url(../assets/img_kefu_left.png);
}

.fuwu_right {
  height: 440px;
  /* width: 819px; */
  width: 819px;
  /*  */
  background: none;
}

.kefu_title {
  width: 289px;
  font-family: MicrosoftYaHei-Bold;
  font-size: 30px;
  color: #ffffff;
  letter-spacing: 2px;
  font-weight: 700;
  margin-top: 37px;
  margin-left: 39px;
}

.fuwu_btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 440px;
  margin-left: 40px;
  margin-top: 60px;
  align-items: center;
}

.fuwu_btn div {
  margin-right: 8px;
  margin-bottom: 8px;
  line-height: 50px;
  width: 206px;
  height: 50px;
  font-family: MicrosoftYaHeiSemibold;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  font-weight: 400;
  border: 1px solid #ffffff;
}

.fuwu_btn div:hover {
  color: #bf0008;
  background-color: #ffffff;
}

.mouseHover {
  display: none;
  width: 700px;
  height: 213px;
  background-color: rgba(191, 0, 8, 0.54);
  margin-left: 40px;
  margin-top: 113px;
  border-top-right-radius: 84px;
  padding-top: 30px;
  padding-left: 30px;
}

.mouseHover_title {
  display: flex;
  align-items: center;
  font-family: MicrosoftYaHei-Bold;
  font-size: 30px;
  color: #ffffff;
  text-align: justify;
  font-weight: 700;
}

.mouseHover_title div {
  margin-right: 10px;
}

.mouseHover_detail {
  margin-top: 27px;
  margin-right: 10px;
  font-family: MicrosoftYaHei;
  font-size: 20px;
  color: #ffffff;
  text-align: justify;
  line-height: 36px;
  font-weight: 400;
}

.mouseClick {
  display: none;
  overflow-y: scroll;
  height: 400px;
  scrollbar-arrow-color: none;
}

.mouseClick::-webkit-scrollbar {
  width: 0px;
}

.mouseClick_title {
  color: #1d2088;
  margin-top: 30px;
  margin-left: 55px;
}

.mouseClick_item {
  width: 300px;
  height: 100px;
  background-color: #faeeef;
  margin-top: 30px;
  display: flex;
  align-items: center;
  padding: 0 20px;
}

.mouseClick_item:hover span {
  color: #bf0008;
}

.mouseClick_content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.mouseClick_item span {
  font-family: MicrosoftYaHeiSemibold;
  font-size: 20px;
  color: #333333;
  text-align: center;
  font-weight: 400;
}

.footer {
  /* margin-top: 112px; */
  width: 100%;
  height: 620px;
  background-color: #20213d;
}

.footer_top {
  margin: 0 auto;
  height: 323px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #42425a;
  padding-bottom: 64px;
  width: 1400px;
}

.footer_logo img {
  width: 100px;
  height: 100px;
  /* margin-top: 103px; */
}

.footer_center {
  width: 867px;
  height: 323px;
}

.kefu_phone {
  display: flex;
  align-items: center;
}

.top1 {
  margin-top: 50px;
  margin-left: 100px;
}

.kefu_title_footer {
  font-family: MicrosoftYaHei;
  font-size: 18px;
  color: #ffffff;
  line-height: 22px;
  font-weight: 400;
  margin-left: 10px;
}

.footer_phoneNumber {
  font-family: PingFangSC-Semibold;
  font-size: 32px;
  color: #ffffff;
  font-weight: 400;
  margin-top: 6px;
}

.kefu_img {
  width: 18px;
  height: 18px;
}

.footer1 {
  opacity: 0.6;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  color: #ffffff;
  line-height: 22px;
  font-weight: 400;
}

.footer_right {
  width: 410px;
  height: 228px;
  border-left: 1px #3f4058 solid;
}

.erweima_detail,
.friendLink {
  opacity: 0.7;
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  line-height: 18.72px;
  font-weight: 500;
  margin-top: 25px;
}

.erweima_left {
  width: 205px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.right_top {
  display: flex;
}

.friendLink {
  margin: 0;
  width: 310px;
  height: 34px;
  border: 1px solid #46475f;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 50px;
  margin-top: 24px;
  position: relative;
  cursor: pointer;
}

.friendLink .friendLinkul {
  display: none;
  position: absolute;
  width: 310px;
  overflow-y: auto;
  top: 34px;
  right: 0px;
  background: #20213d;
  border-radius: 2px;
}

.friendLink:hover .friendLinkul {
  display: block;
}

.friendLink:hover .friendLinkul li {
  height: 30px;
  line-height: 30px;
  border: 1px solid #46475f;
}

.friendLink:hover .friendLinkul li a {
  color: #ffffff;
  text-decoration: none;
}

.friendLink span {
  margin-left: 10px;
}

.footer_bottom {
  margin: 0px auto;
  margin-top: 32px;
}

.footer_bottom_top ul {
  opacity: 0.6;
  display: flex;
  list-style: none;
  justify-content: center;
}

.footer_bottom_top ul li {
  padding: 0 15px;
  text-align: center;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  color: #ffffff;
  line-height: 18px;
  font-weight: 400;
  border-right: 2px solid #46475f;
}

.footer_bottom_top ul li:last-child {
  border: none;
}

.center_left {
  margin-right: 21px;
}

.footer_bottom_center {
  opacity: 0.6;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  color: #ffffff;
  line-height: 22px;
  font-weight: 400;
  text-align: center;
  margin-top: 20px;
}

.center_left {
  margin-right: 21px;
}

.footer_bottom_footer {
  text-align: center;
  margin-top: 25px;
}

div::-webkit-scrollbar {
  width: 0;
}

.htbrnav {
  width: 1400px;
  margin: 0px auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.newscenter {
  padding: 60px 0px;
  height: 410px;
}

.newscenter-title {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0px !important;
  position: relative;
  margin-bottom: 20px;
}

.newscenter-title-name {
  padding-left: 40px;
  width: auto;
  float: left;
  font-size: 30px;
  color: #1d2088;
  text-align: justify;
  font-weight: 400;
  position: relative;
}

.newscenter-title-more {
  position: absolute;
  right: 0px;
  width: 108px;
  height: 34px;
  top: 2px;
  line-height: 34px;
  border: 1px solid rgba(29, 32, 136, 0.5);
  font-size: 14px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
}

.newscenter-title-more a {
  color: #1d2088;
  text-decoration: none;
}

.newscenter-title-name img {
  position: absolute;
  left: 0px;
  top: 7px;
}

.newcenter-focus {
  width: 580px;
  height: 350px;
}

.newcenter-focus img {
  width: 580px;
  height: 350px;
}

.newcenter-news {
  width: 745px;
  height: 350px;
}

.newcenter-news li {
  padding-left: 15px;
  width: 730px;
  height: 69px;
  line-height: 69px;
  border-bottom: 1px solid #eee;
}

.newcenter-news li:hover {
  background: rgba(191, 0, 8, 0.02);
  border-bottom: 1px solid #bf0008;
}

.newcenter-news li:hover .nTitle {
  color: #bf0008 !important;
}

.newcenter-news .nTitle {
  float: left;
  width: 565px;
  font-size: 20px;
  color: #202020;
  text-align: justify;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.newcenter-news .nTime {
  padding-right: 15px;
  float: right;
  width: auto;
  text-align: right;
  font-size: 14px;
  color: rgba(51, 51, 51, 0.6);
  line-height: 69px;
  font-weight: 400;
}

.newscenter-news-bg {
  background: rgba(239, 241, 244, 0.67);
}

#pageList2 .swiper-pagination-bullet {
  opacity: 0.29;
  background: #ffffff;
}

#pageList2 .swiper-pagination-bullet-active {
  opacity: 1;
  background: #ffffff;
}

.rmenu {
  width: 50px;
  position: fixed;
  left: 50%;
  margin-left: 710px;
  bottom: 60px;
  display: block;
  z-index: 9999;
}

.rmenu a {
  width: 60px;
  padding: 10px 0px;
  text-align: center;
  height: 40px;
  border-radius: 3px;
  margin-top: 8px;
  display: block;
  position: relative;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
  overflow: hidden;
  box-shadow: 0 0 5px 0 rgb(51 51 51 / 10%);
  background: #ffffff;
  color: #333;
}

.rmenu a:hover {
  color: #bf0008;
}

.toolbar-item {
  display: block;
  position: relative;
}

.app .toolbar-layer {
  top: -60px;
  width: 180px;
  height: 137px;
  padding: 25px 0px;
  text-align: center;
  background: url("../assets/layerBg.png") center center no-repeat;
}

.app .toolbar-layer img {
  width: 117px;
  height: 138px;
}

.toolbar-item:hover .toolbar-layer {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

.toolbar-phone {
  position: absolute;
  right: 20px;
  bottom: 0px;
  padding: 10px;
  background: #fff;
  transform-origin: 95% 95%;
  -moz-transform-origin: 95% 95%;
  -ms-transform-origin: 95% 95%;
  -o-transform-origin: 95% 95%;
  -webkit-transform-origin: 95% 95%;
  transform: scale(0.01);
  -moz-transform: scale(0.01);
  -ms-transform: scale(0.01);
  -o-transform: scale(0.01);
  -webkit-transform: scale(0.01);
  transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
}

.toolbar-layer {
  position: absolute;
  right: 63px;
  bottom: 0px;
  width: 160px;
  height: 160px;
  opacity: 0;
  filter: alpha(opacity=0);
  transform-origin: 95% 95%;
  -moz-transform-origin: 95% 95%;
  -ms-transform-origin: 95% 95%;
  -o-transform-origin: 95% 95%;
  -webkit-transform-origin: 95% 95%;
  transform: scale(0.01);
  -moz-transform: scale(0.01);
  -ms-transform: scale(0.01);
  -o-transform: scale(0.01);
  -webkit-transform: scale(0.01);
  transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
}

.rmenu .btn_top {
  background: #bf0008 !important;
  color: #f2f4f6 !important;
  background-size: 100% 100%;
}

.slide-down {
  width: 515px;
  top: 86px;
  left: 50%;
  margin-left: -218px;
  display: flex;
  padding: 30px 30px 27px;
  background: #ffffff;
  line-height: 30px;
  font-weight: normal;
  text-align: left;
  font-size: 16px;
  cursor: default;
}

.left-menu,
.right-menu {
  display: flex;
  flex-direction: column;
}

.right-menu {
  width: 230px;
  margin-left: 40px;
  padding-left: 16px;
  padding-top: 20px;
  border-top: 1px solid rgba(161, 166, 176, 0.5);
}

.right-menu span.active {
  color: #bf0008;
}

.right-menu span {
  height: 40px;
  padding-left: 16px;
  cursor: pointer;
}

.right-menu span:hover {
  background-color: #bf0008;
}

.right-menu span:hover a {
  color: #ffffff !important;
}

.right-menu span a {
  color: #333 !important;
}

.panel a:hover {
  color: #ffffff !important;
  background-color: #bf0008;
}

.service .slide-down {
  display: flex;
  left: 50%;
  top: 86px;
  /* width: 1315px; */
  width: 800px;
  right: 0px !important;
  padding-top: 30px;
  padding-bottom: 62px;
  justify-content: center;
  /*  margin-left: -815px; */
  margin-left: -400px;
}

.panel {
  margin-left: 40px;
}

.panel .right {
  margin-left: 0;
}

.center {
  /* width: 700px; */
  width: 230px;
  border-top: 1px solid rgba(161, 166, 176, 0.5);
}

.titlem {
  font-size: 18px;
  color: #1d2088;
  font-weight: 400;
  margin-bottom: 16px;
}

.titlem .badge {
  width: 4px;
  height: 18px;
  background: #bf0008;
  display: inline-block;
  margin-right: 12px;
}

.nav-list {
  display: flex;
  font-size: 16px;
  color: #333333;
  line-height: 22px;
  font-weight: 400;
  margin-top: 20px;
}

.nav-list a {
  color: #333333 !important;
}

.nav-list a:hover {
  color: #bf0008;
}

.nav-list span:hover {
  background-color: #bf0008;
}

.nav-list span:hover a {
  color: #ffffff !important;
}

.nav-list span {
  margin-left: 10px;
  cursor: pointer;
  padding: 0 16px;
  box-sizing: border-box;
}

.nav-list span:first-child {
  margin-left: -8px;
  color: #6d7179;
}

.service .panel .right-menu {
  padding-left: 0;
  margin-left: 0px;
}

.service .panel .right-menu span {
  padding-left: 16px;
}

.search_result {
  right: 0px;
  top: 40px;
  width: 376px;
  text-align: left;
  z-index: 9999;
  position: absolute;
  background: #ffffff;
  display: none;
  border: 1px solid #bf0008;
  border-top: 0px;
}

.search-li {
  line-height: 20px;
  font-size: 14px;
  padding: 10px;
  border-bottom: 1px solid #f2f4f9;
}

.search-li a {
  color: #333333;
}

.search-li a:hover {
  color: #1d2088;
}

.search_results {
  right: 3px;
  top: 40px;
  width: 375px;
  text-align: left;
  z-index: 9999;
  position: absolute;
  background: #ffffff;
  display: none;
  border: 1px solid #bf0008;
  border-top: 0px;
}

.search-lis {
  line-height: 20px;
  font-size: 14px;
  padding: 10px;
  border-bottom: 1px solid #f2f4f9;
  font-weight: 400;
}

.search-lis a {
  color: #333333;
}

.search-lis a:hover {
  color: #1d2088;
}
#shijian {
  text-align: left;

  justify-content: left;
}
.hide {
  display: none;
}
@media (max-width: 1700px) {
  .operation .limit .tipssquare {
    right: 8px;
    left: auto !important;
    top: 45px !important;
    z-index: 999;
    transform: rotate(135deg);
  }

  .operation .limit .limittips {
    right: -6px;
    left: auto !important;
    top: 50px !important;
    z-index: 99;
  }

}

@media (max-width: 1400px) {
    body {
        zoom: .8;
        -webkit-text-size-adjust: none;
    }

    .datas-table thead th {
      font-size: 15px !important;
    }
}
